home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Into That Dark Night
/
Into That Dark Night.iso
/
pc
/
YadVashem
/
Database
/
FloatDBMenu.dxr
/
Internal_20_Rollover with puppetSprite.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-06-12
|
299 b
|
12 lines
on mouseEnter
puppetSprite(sprite(the currentSpriteNum), 1)
set prevMember to the memberNum of sprite the currentSpriteNum
set the memberNum of sprite the currentSpriteNum to prevMember + 1
updateStage()
end
on mouseLeave
puppetSprite(sprite(the currentSpriteNum), 0)
updateStage()
end